@font-face {
  font-family: proximan-nova-bold;
  src: url(../../resources/fonts/proxima-nova-bold.otf);
}

@font-face {
  font-family: proximan-nova-regular;
  src: url(../../resources/fonts/proxima-nova-regular.otf);
}

@font-face {
  font-family: myriadpro-regular;
  src: url(../../resources/fonts/myriadpro-regular.otf);
}

body{
	background-color: #8a6e4b;
	position: absolute;
	z-index: -100;
	width: 100%;
	height: 100%;
	margin: 0;
}

#content-area{
	width: 100%;
	height: 100%;
	background-color: #8b6e4c;
}

#main-content{
	width: 100%;
	height: auto;
	padding-top: 75px;
	background-color: white;
}

#outlet-logo{
	padding-top: 20px;
	width: 100%;
	background-color: white;
}

#outlet-logo img{
	display: block;
	/*padding-top: 85px;
	padding-bottom: 85px;*/
	margin: 0 auto;
	width: 25%;
	max-width: 150px;
	height: auto;
}

#outlet-food{
	width: 100%;
	overflow: overlay;
}

#outlet-food img{
	display: block;
	margin: 0 auto;
	width: 80%;
	max-width: 450px;
	height: auto;
}

#outlet-message{
	display: inline-block;
	min-height: 300px;
	width: 100%;
	background: #8a6e4b;
	padding-top: 60px;
	text-align: center;
	font-weight: 800;
	color: white;
	margin-top: 10px;
	/*position: absolute;*/
	/*z-index: -10;*/
}

#outlet-message span{
	display: block;
	padding-bottom: 10px;
	font-size: 16pt;

}



#outlet-message a{
	display: block;
	background-color: white;
	width: 70%;
	max-width: 360px;
	height: auto;
	max-height: 90px;
	margin: 0 auto;
	letter-spacing: 3px;
	text-decoration: none;
	color: #8a6e4b;
	margin-bottom: 15px;
}

#outlet-message a span{
	display: block;
	padding: 5px 0px;
	font-size: 12pt;
}

#main-content #outlet-message .cht-char{
	font-family: "proximan-nova-bold";
	font-weight: 800;
	padding: 0px;
}

#main-content #outlet-message .eng-char{
	font-family: "proximan-nova-bold";
	font-weight: 800;
	padding: 0px;
}

#main-content #outlet-message .menu-button .cht-char{
	font-family: "proximan-nova-regular";
	font-weight: 600;
}

#main-content #outlet-message .menu-button .eng-char{
	font-family: "proximan-nova-regular";
	font-weight: 600;
}

#header-banner{
	position: fixed;
}

#footer-banner{
	position: fixed;
	bottom: 0;
}

#multilang-message-1 {
	font-family: "proximan-nova-regular";
	position: absolute;
	right: 15;
	bottom: 5;
}

#multilang-message-1 a{
	font-size: 12px;
		color: white;
		text-decoration:none;
		margin-right: 5;
		margin-left: 5;
		font-family: "proximan-nova-regular";
		justify-content: center;
		
	
		
	}
	
	#multilang-message-1 a:hover{
		color: #8a6e4b;
		background-color: white;
	font-family: "proximan-nova-regular";
		
	}

#multilang-message a{
	max-width: 75;
	margin-left: 5;
	margin-right: 5;
	margin-bottom: 20;
	padding-top: 15;
	padding-bottom: 15;
	font-family: "proximan-nova-regular";
	justify-content: center;

	/*min-height: 50px;*/
	
	
	
	
}

@media only screen and (max-width: 600px){

	#multilang-message-1 {
		font-family: "proximan-nova-regular";
		width: 100%;
		position: absolute;
		text-align: center;
		bottom: 5;
		right: -8;
	}
}